home *** CD-ROM | disk | FTP | other *** search
/ Delphi Magazine Collection 2001 / Delphi Magazine Collection 20001 (2001).iso / DISKS / Issue67 / System / DeskApp / fmMain.dfm < prev    next >
Encoding:
Text File  |  2001-02-05  |  734 b   |  37 lines

  1. object Form1: TForm1
  2.   Left = 190
  3.   Top = 572
  4.   Width = 138
  5.   Height = 114
  6.   Caption = 'Desktop Layout Saver'
  7.   Color = clBtnFace
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   OldCreateOrder = False
  14.   OnCreate = FormCreate
  15.   OnDestroy = FormDestroy
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Save: TButton
  19.     Left = 16
  20.     Top = 16
  21.     Width = 97
  22.     Height = 25
  23.     Caption = 'Save Layout'
  24.     TabOrder = 0
  25.     OnClick = SaveClick
  26.   end
  27.   object Restore: TButton
  28.     Left = 16
  29.     Top = 48
  30.     Width = 97
  31.     Height = 25
  32.     Caption = 'Restore Layout'
  33.     TabOrder = 1
  34.     OnClick = RestoreClick
  35.   end
  36. end
  37.